home *** CD-ROM | disk | FTP | other *** search
/ CDV Game Power / CDV Game Power.bin / vgacopy / install.bat next >
Encoding:
DOS Batch File  |  1992-09-01  |  575 b   |  26 lines

  1. @rem *** InstallationsBATch für VGA-Copy *** Thomas Mönkemeier 230692 ***
  2. @echo off
  3. cls
  4.  
  5. echo Lege auf der Festplatte ein Verzeichnis an :
  6. md c:\vgacopy
  7. cd c:\vgacopy
  8. if exist c:\vgacopy\vgacopy.exe del c:\vgacopy\v*.*
  9.  
  10. echo Kopiere komprimierte Datei auf die Festplatte :
  11. copy vgacp???.exe c:
  12. c:
  13.  
  14. echo Entpacke jetzt die komprimierte Datei !
  15. for %%a in (vgacp???.exe) do %%a
  16. del vgacp???.exe
  17.  
  18. echo Jetzt kann eine Anleitung ausgedruckt werden !
  19. vganleit /h
  20. vganleit
  21.  
  22. echo.
  23. echo Starte jetzt das Programm !  Viel Erfolg !
  24. vgacopy /M+ /V- /F- /DA
  25. cls
  26.